home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #8 / 1999 CD 8 (black).iso / maskdemo / DATA1.CAB / Program_Executable_Files / Daventry / KQ / telepad.cs < prev    next >
Encoding:
Text File  |  1998-12-15  |  374 b   |  16 lines

  1. if test $2 == ConnorAction
  2.     if test $4 == do
  3.         # if alans thing
  4.         teleportersEarned
  5.         if test $Console::Return > 1
  6.             echo As Chauncey Gardner would say..."Yes...I've seen this sort of thing before."
  7.             KQMonster::speak Connor Connor 0 70 34 30 1 0
  8.  
  9.         else
  10.             echo What the hell is that!
  11.             KQMonster::speak Connor Connor 0 70 34 24 1 0
  12.  
  13.         endif
  14.     endif
  15. endif
  16.